Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for calling multiple agents on one service #75

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

JoshuaC215
Copy link
Owner

  • Update agent/ directory to agents/
  • Move tests to their own repo
  • Create agents/models.py to consolidate model setup code
  • Create agents/agents.py with a dict of all included agents
  • Add agents/chatbot.py with a simple chatbot
  • Add a route /{agent_id}/invoke to invoke a specific agent
  • Add a route /{agent_id}/stream to stream results from a specific agent

@JoshuaC215
Copy link
Owner Author

@gbaian10 @antonioalegria I would love to get any feedback you might have on this PR when you get a chance!

@antonioalegria
Copy link

Looks good

@JoshuaC215 JoshuaC215 merged commit cb450b5 into main Oct 31, 2024
3 checks passed
@JoshuaC215 JoshuaC215 deleted the multiple-agents branch October 31, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants